From dc5aab62c8e22f46d3b0643f7a08295915757d61 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 4 May 2021 21:33:41 +0000 Subject: [PATCH] gtk: trick g-ir scanner to add INVALID_LIST_POSITION without it, the define doesn't get picked in the introspection data --- gtk/gtktypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h index 9b3b76390e..342b62c843 100644 --- a/gtk/gtktypes.h +++ b/gtk/gtktypes.h @@ -66,7 +66,7 @@ typedef struct _GtkWindow GtkWindow; * Refer to each function's documentation for if this value is allowed and what it * does. */ -#define GTK_INVALID_LIST_POSITION (G_MAXUINT) +#define GTK_INVALID_LIST_POSITION (0xffffffffU) G_END_DECLS -- 2.30.2